Adjust to yesterday’s Gnulib nstrftime changes
authorPaul Eggert <eggert@cs.ucla.edu>
Fri, 16 Feb 2024 02:45:29 +0000 (18:45 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Sat, 17 Feb 2024 23:58:46 +0000 (15:58 -0800)
commit37bb33dae791e5f59f1d0d27c0221db3b3b4c16d
tree9467e49c508e8dd22f8536de62ddc26a4f1160d7
parent20997aa20728a6fc2a3de736e9fc718b97dcef99
Adjust to yesterday’s Gnulib nstrftime changes

Bruno Haible fixed Gnulib so that nstrftime no longer requires
locking code, which means we no longer need to avoid localename.
However, nstrftime now requires localename-unsafe-limited which
pulls in some Gnulib-specific locale code, and it’s likely this
needs to be replaced with Emacs-specific locale code.  In the
meantime let’s continue to finess this by avoiding
localename-unsafe-limited.
* admin/merge-gnulib (AVOIDED_MODULES):
Avoid localename-unsafe-limited instead of localename.
admin/merge-gnulib